home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 18175 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.4 KB

  1. Path: newsfeeds.ans.net!interaccess!usenet
  2. From: brian@newagemedia.com (Brian Maiorella)
  3. Newsgroups: comp.os.ms-windows.programmer.tools.misc,comp.os.ms-windows.programmer.win32,comp.os.ms-windows.programmer.misc,comp.lang.c++
  4. Subject: Re: [Q] Why doesn't this compile?
  5. Date: Fri, 19 Apr 1996 05:22:59 GMT
  6. Organization: InterAccess, Chicago's best Internet Service Provider
  7. Message-ID: <317720e5.24511233@news.interaccess.com>
  8. References: <317523C0.5042@eps.agfa.be>
  9. NNTP-Posting-Host: d165.nwchi.interaccess.com
  10. X-Newsreader: Forte Agent .99d/32.182
  11.  
  12. On Wed, 17 Apr 1996 19:00:48 +0200, Ranko Orlic <rorlic@eps.agfa.be>
  13. wrote:
  14.  
  15. >test.cpp(18) : error C2352: 'A::L::f' : illegal call of 
  16. >nonstatic member function
  17. >Error executing cl.exe.
  18. >test.obj - 1 error(s), 1 warning(s)
  19. >
  20.  
  21. Simple.  Compiler bug.  We noticed problems with nested class
  22. declarations in VC1.  When reported to people at Microsoft we couldn't
  23. find anyone who could understand the problem.  
  24.  
  25. Invariably, after waiting on hold for a half hour then describing the
  26. problem to 3 different people each time a little faster and a little
  27. louder, conversations with support representatives would end with "So
  28. if it works when you don't nest your classes, maybe you shouldn't be
  29. nesting your classes.."
  30.  
  31. Just makes you spew out "Have a nice day" as you slam the receiver and
  32. start shouting obscenities as a client walks by who has just
  33. unknowingly spent a forture for no good reason.
  34.  
  35. -brian
  36.